home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / rouge.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(release, keyPress s).as
Text File  |  2002-02-03  |  176b  |  6 lines

  1. on(release, keyPress "s"){
  2.    setProperty("_root.etchy.savedialog", _visible, "1");
  3.    setProperty("_root.etchy.menu", _visible, "0");
  4.    _root.controlmov._visible = 0;
  5. }
  6.